home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- egb/gbsets.library/EGB_CreateSetGadget
- egb/gbsets.library/EGB_ModifySetGadget
- egb/gbsets.library/EGB_CreateSetGadget egb/gbsets.library/EGB_CreateSetGadget
-
- NAME
- EGB_CreateSetGadget --
-
- SYNOPSIS
- EGB_CreateSetGadget(con, names, height, id)
- A0 A1 D0 D1
-
- EB_GadBoxPtr EGB_CreateSetGadget(EB_GadContext, EB_StrArrayPtr, WORD, LONG)
-
- FUNCTION
- Creates a gadbox set gadget. These gadgets offer the user a number
- of non exclusive choices. The result of the users action is
- represented in a 32 bit number. Each bit is representing on of the
- items.
-
- INPUTS
- con : Associated gadget context
- names : Array of strings. Each string represents one item.
- height : Maximum number of elements in vertical rows.
- id : The gadgets id
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbsets.library/EGB_ModifySetGadget egb/gbsets.library/EGB_ModifySetGadget
-
- NAME
- EGB_ModifySetGadget --
-
- SYNOPSIS
- EGB_ModifySetGadget(win, gad, sel)
- A0 A1 D0
-
- void EGB_ModifySetGadget(EI_WindowPtr, EI_GadgetPtr, LONG)
-
- FUNCTION
- Changes the state of a set gadget. Each bit in data represents one
- item.
-
- INPUTS
- win : The window that contains the gadget; if NULL, no refresh is done
-
- RESULT
-
- SEE ALSO
-
-
-